projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58fc160
)
* Fix comp-cstr tests for vanilla build (bug#48021)
author
Andrea Corallo
<akrl@sdf.org>
Mon, 26 Apr 2021 14:49:22 +0000
(16:49 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Mon, 26 Apr 2021 14:52:10 +0000
(16:52 +0200)
* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-ctxt): Fix tests
for vanilla build (bug#48021)
test/lisp/emacs-lisp/comp-cstr-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/comp-cstr-tests.el
b/test/lisp/emacs-lisp/comp-cstr-tests.el
index 2e4628522f48914d9cd832560f8e23194b442cb0..d45a3e5fafd2f2ba3bf72cf730d2a2a6e0a35b05 100644
(file)
--- a/
test/lisp/emacs-lisp/comp-cstr-tests.el
+++ b/
test/lisp/emacs-lisp/comp-cstr-tests.el
@@
-29,6
+29,8
@@
(require 'cl-lib)
(require 'comp-cstr)
+(defvar comp-ctxt) ; So we can run these tests on non native compiled builds.
+
(cl-eval-when (compile eval load)
(defun comp-cstr-test-ts (type-spec)